Whitespace change.
authorRichard M. Stallman <rms@gnu.org>
Sat, 28 Aug 2004 15:31:38 +0000 (15:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 28 Aug 2004 15:31:38 +0000 (15:31 +0000)
lisp/emacs-lisp/lisp-mode.el

index bcc9c2a89a7f44a42e18590196b0a163611510be..d6f601cd1216c398f5e06636dfe42d8a86905d0e 100644 (file)
@@ -363,7 +363,7 @@ if that value is non-nil."
     (when (stringp default)
       (if (string-match ":+" default)
           (substring default (match-end 0))
-          default))))
+       default))))
 
 ;; Used in old LispM code.
 (defalias 'common-lisp-mode 'lisp-mode)